home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / util / libs / graphics3d.lha / src / library / graphics3d2d_o.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-16  |  443 b   |  15 lines

  1. /*
  2. **      $VER: graphics3D2d_o.h 10.00 (10.05.98)
  3. **
  4. **      Internal 2d optimized functions for graphics3D.library
  5. **
  6. **      (C) Copyright 98 Patrizio Biancalani
  7. **      All Rights Reserved.
  8. */
  9.  
  10. extern void drw_t( REG(a0)struct ambient3d *amb3d, REG(a1)short int *buf,
  11.     REG(d0)short int col, REG(d1)short int bordo);
  12.  
  13. extern void drw_q( REG(a0)struct ambient3d *amb3d, REG(a1)short int *buf,
  14.     REG(d0)short int col, REG(d1)short int bordo);
  15.